@charset "UTF-8";

/* CSS Document */
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
p,
em,
span {
	padding: 0;
	margin: 0;
	border: 0
}

body {
	font-size: 0.875rem;
	font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
	background-color: #f2f2f2;
}

li {
	list-style: none
}

a {
	color: #333
}

a:hover {
	color: rgba(26, 134, 211, .9);
	transition: all .5s ease-out;
	text-decoration: none
}

em {
	font-style: normal
}

.bg-h2bg {
	color: #fff;
	background: rgb(26, 134, 211);
}

.bg-h2bg2 {
	color: #fff;
	background: rgb(92, 154, 65);
}

.bg-h2bg3 {
	color: #fff;
	background: linear-gradient(to left, rgb(92, 153, 124) 3%, rgb(94, 149, 183) 97%);
}


.ho-nav .nav-item {
	width: 16.6%;
}

.ho-nav .nav-item:hover {
	background-color: #3691d7;
}

.ho-nav .nav-item:hover .nav-link {
	color: #fff;
}

.ho-nav .nav-link {
	padding: 0 1rem;
	text-align: center;
	border-right: 1px solid #d4d4d4;
}

.ho-nav .nav-item:last-child .nav-link,
.ho-nav .nav-item:hover .nav-link {
	border-right: none
}

.ho-nav .nav {
	justify-content: space-between;
}

.navbar .nav>li .dropdown-menu {
	margin: 0;
	width: 100%;
}

.navbar .nav>li:hover .dropdown-menu {
	display: block;
}

.ho-indexcp img {
	width: 62%;
	float: left;
	clear: both;
	margin-right: 1rem;
}

.ho-indexlist li {
	padding: .67rem .5rem;
}

.ho-indexlist li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ho-indexlist li .badge,
.ho-listbody li .badge {
	font-weight: 100;
	color: rgba(0, 0, 0, .5);
}

.ho-listbody li {
	font-size: 1rem;
}

.card-title,
.card-text {
	line-height: 1.8;
}

.ho-subnav a {
	color: #fff;
}

.ho-showbody article p {
	margin-bottom: 1rem;
	font-size: 0.9375rem;
	line-height: 1.8;
}

.fa-stack-1x {
	filter: alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.ho-videolist a svg,
.ho-videoxg a svg {
	top: -16%;
}

.ho-videolist a h3,
.ho-videoxg a h3 {
	font-size: 0.9375rem;
}

.ho-videoxg {
	margin: 0;
}

.ho-videoxg .col-md-2 {
	padding: 0 0.3125rem;
}

.ho-showbody article a {
	color: #1a86d3;
	text-decoration: underline;
}

.ho-showbody article blockquote {
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    border-left-width: 6px;
    border-left-style: solid;
    border-left-color: rgb(204, 204, 204);
    font-family: tahoma, arial, 宋体;
    font-size: 14px;
    line-height: 21px;
    background: rgb(249, 249, 249);
}

.ho-link a {
	display: inline-block;
}

/* 分页css */
.ho-pages {
	width: 100%;
	height: 1.875rem;
	margin: 1.25rem auto;
}

.ho-pages a:first-child {
	padding: 0;
	background: none;
	border: none;
}

.ho-pages a {
	float: left;
	padding: 0.25rem 0.75rem 0.1875rem;
	margin: 0 0.1875rem;
	font-size: 0.75rem;
	line-height: 1.25rem;
	color: #666;
	text-decoration: none;
	border: 1px solid #eee;
}

.ho-pages a:hover {
	color: #fff;
	background-color: rgb(26, 134, 211);
}

.ho-pages b {
	float: left;
	width: 2.0625rem;
	height: 1.6875rem;
	line-height: 1.6875rem;
	color: #fff;
	text-align: center;
	background-color: rgb(26, 134, 211);
	cursor: default;
}


/* 在线客服css */
.suspension {
	width: 46px;
	height: 210px;
	position: fixed;
	right: 30px;
	bottom: 60px;
	z-index: 999;
}

.suspension .consult {
	background-image: url(../images/top-icon.png);
	background-repeat: no-repeat;
	background-position: center -1px;
	background-color: #0af;
	display: block;
	position: relative;
	width: 46px;
	height: 46px;
}

.suspension .consult .suspension-list {
	position: absolute;
	width: 240px;
	right: -29px;
	top: -230px;
	z-index: 30;
	display: none;
}

.suspension-list-content {
	position: absolute;
	width: 240px;
	right: 85px;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
}

.suspension-list ul {
	margin: 32px 24px;
}

.suspension-list ul li {
	position: relative;
	display: list-item;
	width: 100%;
	height: auto;
	padding: 16px 0;
	margin-top: 10px;
	overflow: hidden;
	border-top: 1px solid #f4f4f4;
}

.suspension-list ul li:first-child {
	padding-top: 0;
	border-top: none;
}

.suspension-list ul .suspension-list-bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.suspension-list-bottom .info-value {
	font-size: 12px;
	font-weight: inherit;
	color: #999;
}

.suspension-list ul li:first-child {
	margin-top: 0;
}

.service-phone,
.service-qq,
.service-proposal {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.service-phone {
	background-image: url(../images/suspend_icon_01.png);
}

.service-phone:hover {
	background-image: url(../images/suspend_icon_01_blue.png)
}

.service-qq {
	background-image: url(../images/suspend_icon_03.png);
}

.service-qq:hover {
	background-image: url(../images/suspend_icon_03_blue.png);
}

.service-proposal {
	background-image: url(../images/suspend_icon_02.png);
}

.service-proposal:hover {
	background-image: url(../images/suspend_icon_02_blue.png)
}

.info-name {
	display: block;
	padding-left: 52px;
	height: 14px;
	font-size: 14px;
	color: #333;
}

.info-value {
	display: block;
	padding-left: 52px;
	margin-top: 8px;
	height: 18px;
	font-size: 18px;
	font-weight: 700;
	color: #f90;
}

.suspension a.consult:hover .suspension-list {
	display: inline !important;
}

.suspension .cart {
	background-image: url(../images/top-icon.png);
	display: block;
	position: relative;
	width: 46px;
	height: 46px;
	margin-top: 10px;
	border: 1px solid #bcbcbc;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
}

.suspension a.cart:hover .pic {
	display: block;
}

.suspension .back-top {
	background-image: url(../images/top-icon.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	width: 46px;
	height: 46px;
	border: 1px solid #bcbcbc;
	background-color: #fff;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	margin-top: 10px;
}

.suspension .cart .pic {
	display: none;
	position: absolute;
	left: -139px;
	top: -120px;
	width: 139px;
	height: 163px;
}

.pic-content {
	position: absolute;
	width: 139px;
	height: 163px;
	border: 1px solid #ddd;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
	background: url(../images/ewm.jpg) center no-repeat;
	right: 10px;
}

#output canvas {
	width: 100%;
	border: .5rem solid #fff;
}

/********* 对 bootstrap 进行补充 *********/

/* 小屏: only small screen\\max-width 定义元素的最大宽度 */
@media (max-width: 576px) {
	.hidden-sm {
		display: none !important;
	}

	.ho-top .w-75 {
		width: 70% !important;
	}

	.ho-top .w-25 {
		padding-top: .5rem;
		width: 30% !important;
	}

	.ho-nav .nav-item {
		width: 33.3%;
	}

	.ho-nav .nav-item:nth-child(3) .nav-link {
		border-right: none
	}

	.ho-nav .nav-item {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}

	.ho-videolist .col-6:nth-child(odd),
	.ho-videoxg .col-6:nth-child(odd) {
		padding-right: 0.3125rem;
	}

	.ho-videolist .col-6:nth-child(even),
	.ho-videoxg .col-6:nth-child(even) {
		padding-left: 0.3125rem;
	}
}

/* 中屏: only middle screen */
@media (min-width: 576px) and (max-width: 992px) {
	.hidden-md {
		display: none !important;
	}
}

/* 大屏+: big screen */
@media (min-width: 992px) {
	.hidden-lg {
		display: none !important;
	}
}
